home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
20
/
9
/
DISK2092.ZIP
/
RBBS-LIT.ZIP
/
LIT
/
FOSSIL12.LIT
< prev
next >
Wrap
Text File
|
1990-01-13
|
1KB
|
28 lines
*[FOSSIL12.LIT]***************************************************************
* Description: Removes support for FOSSIL *
* RBBS-PC Level: CPC17.3 √ AM *
* Module Affected: RBBSSUB1.BAS *
* Selection Option: FOSSIL = OFF *
* Additional files: FOSSIL11.LIT,FOSSIL13.LIT *
******************************************************************************
20308 ' $SUBTITLE: 'FlushCom -- subroutine reads all char. from comm. port'
' $PAGE
'
' NAME -- FlushCom
'
' INPUTS -- PARAMETER MEANING
' STrng$ STRING TO READ CHARACTERS INTO FROM
' THE COMMUNICATIONS PORT (FILE #3)
'
' OUTPUTS -- Strng$
'
' PURPOSE -- Reads all characters from the communications port.
'
SUB FlushCom (Strng$) STATIC
ON ERROR GOTO 65000
IF ZLocalUser THEN _
EXIT SUB
Strng$ = ""
20310